home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ADA Programming Guide
/
ADA Programming Guide.iso
/
adatutor
/
spacemon
/
displays.src
< prev
next >
Wrap
Text File
|
1996-01-30
|
264b
|
8 lines
with Spacecraft_Sensor_Interface; use Spacecraft_Sensor_Interface;
with Types; use Types;
package CRT_Output is
procedure Display(arg: in PRESSURE_ARRAY);
procedure Display(arg: in RADIATION_ARRAY);
procedure Display(arg: in TEMPERATURE_ARRAY);
end CRT_Output;